php clean all output buffers

63

php clean all output buffers -

while ( ob_get_level() ) {
  ob_end_clean();
}

Comments

Submit
0 Comments